From: Daniel Colascione Date: Sun, 2 Feb 2014 10:25:29 +0000 (-0800) Subject: Make loading cc-mode silent X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~1380 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b8d552c2f07c80102139497398719e98768efdc7;p=emacs.git Make loading cc-mode silent --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b618621c49..01ea5766445 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-02-02 Daniel Colascione + + * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent. + 2014-02-02 Daniel Colascione * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding. diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index e6b691149dd..f72e2f99b17 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -2215,7 +2215,7 @@ quoted." ;;(message (concat "Loading %s to get the source " ;; "value for language constant %s") ;; file name) - (load file)) + (load file nil t)) (unless (setq assignment-entry (cdar file-entry)) ;; The load didn't fill in the source for the